Html Iframe Tag

The <iframe> tag defines an inline frame that contains another document.  
Example:
<html> 
<head> 
<title>Creative Mission-Web Development & research center</title>
</head>
<body >
<iframe src="http://creativemission.net/" width="100%" height="300">
 <p>Your browser does not support iframes.</p>
 </iframe>
 </body>
 </html>

Output:


All Tutorial => 123456789101112131415





Write Comment